Adwaita: add .content-view:hover styling.
authorLapo Calamandrei <calamandrei@gmail.com>
Wed, 2 Sep 2015 15:23:22 +0000 (17:23 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Wed, 2 Sep 2015 15:25:06 +0000 (17:25 +0200)
Just to make thumbs in various app hilight on hover.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index eb7e414344de53ef12bc8c69877df0ed6040a81c..63f9226e5589efc2a97f617ff89f076d04134183 100644 (file)
@@ -2161,9 +2161,9 @@ GtkSwitch {
 }
 
 //content view (grid/list)
-
 .content-view {
   background-color: darken($bg_color,7%);
+  &:hover { -gtk-image-effect: highlight; }
   &:backdrop { background-color: darken($bg_color,7%); }
 }
 
index e6685db5461bb07ff25d0114a7e375f1717445c0..026be9d788a794ed02550cd857e81416c1ff067c 100644 (file)
@@ -2823,6 +2823,8 @@ GtkSwitch {
 
 .content-view {
   background-color: #282c2c; }
+  .content-view:hover {
+    -gtk-image-effect: highlight; }
   .content-view:backdrop {
     background-color: #282c2c; }
 
index 86ebc217ce044d20c32870bf8b178025e02cc9a2..be82280d366815e06d60a8e80a5ff1da81bcbe14 100644 (file)
@@ -2985,6 +2985,8 @@ GtkSwitch {
 
 .content-view {
   background-color: #dbdbdb; }
+  .content-view:hover {
+    -gtk-image-effect: highlight; }
   .content-view:backdrop {
     background-color: #dbdbdb; }